home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / ovrsgr.zip / OVRSGR.DOC < prev    next >
Text File  |  1986-10-15  |  3KB  |  116 lines

  1. OVRSGR - Overstrike to SGR sequence translator                  Page 1
  2.  
  3.  
  4.             OVRSGR - Overstrike to SGR sequence translator
  5.  
  6.   Copyright (c) 1985 by Digital Equipment Corporation, Maynard Mass.
  7.                          All Rights Reserved
  8.  
  9.  
  10. Command line:
  11.  
  12.      ovrsgr [-s] [-i indent] [-o outfile] [infile [...]]
  13.  
  14.  
  15. Description:
  16.  
  17.      OVRSGR translates overstrikes resulting in bolding or underlining
  18. into  SGR (set  graphic rendition) escape sequences setting bolding or
  19. underlining as appropriate.  Both  eight-bit  ASCII  and  the  Digital
  20. Multinational Character  Set  are  recognized.   All horizontal motion
  21. control characters (backspace, horizontal tab, carriage return, space,
  22. non-break space) are handled correctly;  tabulation stops are  assumed
  23. to be every eight characters.  All vertical motion  control characters
  24. (line  feed,  vertical  tab,  form feed, index, new line, partial line
  25. down, partial line up,  and  reverse  index)  are  handled  correctly,
  26. except  that  overprinting  resulting  from  zero  net effect vertical
  27. motions (e.g.,  IND followed by RI) are not detected.
  28.  
  29.      Control characters other than those listed above are ignored.
  30.  
  31.      SGR escape sequences are recognized by most equipment  conforming
  32. to  ANSI  standard  X3.64.  This includes modern Digital terminals and
  33. printers such as the VT100 and VT200 series terminals,  the  LA50  and
  34. LA100  dot  matrix  printers,  the  LQP02  and  LQP03  letter  quality
  35. printers, and  the  LN03  laser  printer,  and  the  Digital  personal
  36. computers  such as the DECmate series, the Rainbow 100 series, and the
  37. Professional 300 series personal computers.  This also includes    the
  38. many  VT100  clones,  the  IBM PC personal computer running the PC-DOS
  39. operating system with the ANSI.SYS device handler, and  several  other
  40. devices.
  41.  
  42.  
  43. Command semantics:
  44.  
  45.      The command options and their meanings are:
  46.  
  47. -s   Underline and  bolding  attributes  are to span white space.  For
  48.      example, if  two adjacent words are underlined,  any  intervening
  49.      spaces will also be underlined.
  50.  
  51. -i n The output  text  is  to  be indented by n spaces.  Tab stops are
  52.      corrected for the indentation.
  53.  
  54. -o f Output is sent to file f, rather  than  to  the  standard  output
  55.      (generally the screen).
  56.  
  57.  
  58.            Copyright (c) 1985 Digital Equipment Corporation
  59. OVRSGR - Overstrike to SGR sequence translator                  Page 2
  60.  
  61.  
  62. If  no  input  files  are  specified, input is taken from the standard
  63. input (generally  the  keyboard).    If  multiple  input   files   are
  64. specified,  input  is  taken from each in turn; if a file does not end
  65. with a line terminator, text from one file may appear on the same line
  66. as text from the next file.
  67.  
  68.  
  69. Defect reporting and suggestions:
  70.  
  71.      Reports of defects or suggestions for improvement of this program
  72. should be sent directly to its author:
  73.  
  74.      Brian Hetrick
  75.      Digital Equipment Corporation
  76.      110 Spit Brook Road  ZKO1-2/J10
  77.      Nashua NH  03062-2698.
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.            Copyright (c) 1985 Digital Equipment Corporation
  116.